home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3349 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.6 KB  |  45 lines

  1. Path: news.lpr.carel.fi!usenet
  2. From: Ari Lukumies <aril@cmt.lpr.mail.carel.fi>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: MS Visual C++ - Uninstall
  5. Date: Tue, 23 Jan 1996 16:06:57 +0200
  6. Organization: Carelcomp Forest
  7. Message-ID: <3104EB81.5C98@cmt.lpr.mail.carel.fi>
  8. References: <4docgt$3d1@condor.ic.net>
  9. NNTP-Posting-Host: renoir.cclahti.carel.fi
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=iso-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Mailer: Mozilla 2.0b6a (WinNT; I)
  14.  
  15. Hans C. Masing wrote:
  16. > In my desire to clean up my hard-drive, I am trying to uninstall MS Visual C++
  17. > 2.0.  But, alas, I have found that there are no uninstall routines.
  18. > Is there a source for which files I can safely remove?
  19. > Any FTP< FAQ, etc... is appreciated.
  20. > Thanks!
  21. > - Hans
  22.  
  23. If you installed MSVC to a separate directory (such as the default MSVC20), you 
  24. can delete all files/directories below it. Also, the installation copied some DLL 
  25. files into your windows directory, names beginning by letters `MFC┤ and a file 
  26. named MSVCRT20.DLL. (There may also be some other files, for instance, if 
  27. you installed ODBC drivers...) However, since there may be some programs also 
  28. using those files, you'd better take a backup copy of them first, then try out 
  29. all programs you can think of (for instance, Netscape uses some of those files) 
  30. and if everything works, delete the backup. Otherwise you'll have to copy the 
  31. files back. Note too, that if you so selected during installation, you have some 
  32. settings in your system's registry database. Whether or not delete those... They 
  33. don't take up that much disk space, anyway.
  34.  
  35. HTH,
  36. AriL
  37.  
  38. -- 
  39. All my opinions are mine and mine alone.
  40.